DMAEN=0, DACBFMD=00, DACBFEN=0, DACBFWM=00
DAC Control Register 1
DACBFEN | DAC Buffer Enable 0 (0): Buffer read pointer is disabled. The converted data is always the first word of the buffer. 1 (1): Buffer read pointer is enabled. The converted data is the word that the read pointer points to. It means converted data can be from any word of the buffer. |
DACBFMD | DAC Buffer Work Mode Select 0 (00): Normal mode 1 (01): Swing mode 2 (10): One-Time Scan mode |
DACBFWM | DAC Buffer Watermark Select 0 (00): 1 word 1 (01): 2 words 2 (10): 3 words 3 (11): 4 words |
DMAEN | DMA Enable Select 0 (0): DMA is disabled. 1 (1): DMA is enabled. When DMA is enabled, the DMA request will be generated by original interrupts. The interrupts will not be presented on this module at the same time. |